Text File | 1997-01-15 | 826 b | 16 lines | [TEXT/ttxt]
Info ??
by John Bray, modified by Ingemar Ragnemalm.
This is a simple PICT player that John Bray wrote and released as "completely freeware", which sounds very much like Public Domain to me. I thought this was a neat little program, and did the following:
• Ported it to Pascal.
• Added support for keyboard, so you can use arrow keys, ESC key, command-Q etc.
• Hide the menu bar.
• Fixed the drawing so that it doesn't paint over more than it needs, so at least the buttons don't flicker.
• Shrunk the picture size and modified the first to reflect my changes. It would be easy to shrink it even more, by making all pictures into object pictures instead of pixel maps, but I don't quite have that time or energy.
I believe the Pascal users on the Mac need more source-code examples, so here is one more! Enjoy!